Serveur d'exploration sur l'OCR

Attention, ce site est en cours de développement !
Attention, site généré par des moyens informatiques à partir de corpus bruts.
Les informations ne sont donc pas validées.

State of the art in compiling HPF

Identifieur interne : 002743 ( Main/Exploration ); précédent : 002742; suivant : 002744

State of the art in compiling HPF

Auteurs : Fabien Coelho [France] ; Cécile Germain [France] ; Jean-Louis Pazat [France]

Source :

RBID : ISTEX:21CB912CF5110B7A15F17E61DE0D4ACF4CAFFAF6

Abstract

Abstract: Proposing to the user a nice programming model based on the dataparallel paradigm is one thing. Running the resulting applications very fast is the next issue for a language aiming at high performance on massively parallel machines. This paper discusses the issues involved in HPF compilation and presents optimization techniques, targeting the message-passing SPMD programming model of distributed memory MIMD architectures.

Url:
DOI: 10.1007/3-540-61736-1_45


Affiliations:


Links toward previous steps (curation, corpus...)


Le document en format XML

<record>
<TEI wicri:istexFullTextTei="biblStruct">
<teiHeader>
<fileDesc>
<titleStmt>
<title xml:lang="en">State of the art in compiling HPF</title>
<author>
<name sortKey="Coelho, Fabien" sort="Coelho, Fabien" uniqKey="Coelho F" first="Fabien" last="Coelho">Fabien Coelho</name>
</author>
<author>
<name sortKey="Germain, Cecile" sort="Germain, Cecile" uniqKey="Germain C" first="Cécile" last="Germain">Cécile Germain</name>
</author>
<author>
<name sortKey="Pazat, Jean Louis" sort="Pazat, Jean Louis" uniqKey="Pazat J" first="Jean-Louis" last="Pazat">Jean-Louis Pazat</name>
</author>
</titleStmt>
<publicationStmt>
<idno type="wicri:source">ISTEX</idno>
<idno type="RBID">ISTEX:21CB912CF5110B7A15F17E61DE0D4ACF4CAFFAF6</idno>
<date when="1996" year="1996">1996</date>
<idno type="doi">10.1007/3-540-61736-1_45</idno>
<idno type="url">https://api.istex.fr/document/21CB912CF5110B7A15F17E61DE0D4ACF4CAFFAF6/fulltext/pdf</idno>
<idno type="wicri:Area/Istex/Corpus">002020</idno>
<idno type="wicri:Area/Istex/Curation">001E83</idno>
<idno type="wicri:Area/Istex/Checkpoint">001B54</idno>
<idno type="wicri:doubleKey">0302-9743:1996:Coelho F:state:of:the</idno>
<idno type="wicri:Area/Main/Merge">002887</idno>
<idno type="wicri:Area/Main/Curation">002743</idno>
<idno type="wicri:Area/Main/Exploration">002743</idno>
</publicationStmt>
<sourceDesc>
<biblStruct>
<analytic>
<title level="a" type="main" xml:lang="en">State of the art in compiling HPF</title>
<author>
<name sortKey="Coelho, Fabien" sort="Coelho, Fabien" uniqKey="Coelho F" first="Fabien" last="Coelho">Fabien Coelho</name>
<affiliation wicri:level="3">
<country xml:lang="fr">France</country>
<wicri:regionArea>École Nationale Supérieure des Mines de Paris, CRI, 35, rue Saint Honoré, F-77305, Fontainebleau cedex</wicri:regionArea>
<placeName>
<region type="region" nuts="2">Île-de-France</region>
<settlement type="city">Fontainebleau</settlement>
</placeName>
</affiliation>
<affiliation wicri:level="1">
<country wicri:rule="url">France</country>
</affiliation>
</author>
<author>
<name sortKey="Germain, Cecile" sort="Germain, Cecile" uniqKey="Germain C" first="Cécile" last="Germain">Cécile Germain</name>
<affiliation wicri:level="4">
<country xml:lang="fr">France</country>
<wicri:regionArea>LRI, Bat. 490, Université Paris-Sud, F-91405, Orsay cedex</wicri:regionArea>
<placeName>
<region type="region" nuts="2">Île-de-France</region>
<settlement type="city">Orsay</settlement>
</placeName>
<orgName type="university">Université Paris-Sud</orgName>
</affiliation>
<affiliation wicri:level="1">
<country wicri:rule="url">France</country>
</affiliation>
</author>
<author>
<name sortKey="Pazat, Jean Louis" sort="Pazat, Jean Louis" uniqKey="Pazat J" first="Jean-Louis" last="Pazat">Jean-Louis Pazat</name>
<affiliation wicri:level="3">
<country xml:lang="fr">France</country>
<wicri:regionArea>IRISA, Campus Universitaire de Beaulieu, F-35042, Rennes cedex</wicri:regionArea>
<placeName>
<region type="region" nuts="2">Région Bretagne</region>
<settlement type="city">Rennes</settlement>
</placeName>
</affiliation>
<affiliation wicri:level="1">
<country wicri:rule="url">France</country>
</affiliation>
</author>
</analytic>
<monogr></monogr>
<series>
<title level="s">Lecture Notes in Computer Science</title>
<imprint>
<date>1996</date>
</imprint>
<idno type="ISSN">0302-9743</idno>
<idno type="eISSN">1611-3349</idno>
<idno type="ISSN">0302-9743</idno>
</series>
<idno type="istex">21CB912CF5110B7A15F17E61DE0D4ACF4CAFFAF6</idno>
<idno type="DOI">10.1007/3-540-61736-1_45</idno>
<idno type="ChapterID">7</idno>
<idno type="ChapterID">Chap7</idno>
</biblStruct>
</sourceDesc>
<seriesStmt>
<idno type="ISSN">0302-9743</idno>
</seriesStmt>
</fileDesc>
<profileDesc>
<textClass></textClass>
<langUsage>
<language ident="en">en</language>
</langUsage>
</profileDesc>
</teiHeader>
<front>
<div type="abstract" xml:lang="en">Abstract: Proposing to the user a nice programming model based on the dataparallel paradigm is one thing. Running the resulting applications very fast is the next issue for a language aiming at high performance on massively parallel machines. This paper discusses the issues involved in HPF compilation and presents optimization techniques, targeting the message-passing SPMD programming model of distributed memory MIMD architectures.</div>
</front>
</TEI>
<affiliations>
<list>
<country>
<li>France</li>
</country>
<region>
<li>Région Bretagne</li>
<li>Île-de-France</li>
</region>
<settlement>
<li>Fontainebleau</li>
<li>Orsay</li>
<li>Rennes</li>
</settlement>
<orgName>
<li>Université Paris-Sud</li>
</orgName>
</list>
<tree>
<country name="France">
<region name="Île-de-France">
<name sortKey="Coelho, Fabien" sort="Coelho, Fabien" uniqKey="Coelho F" first="Fabien" last="Coelho">Fabien Coelho</name>
</region>
<name sortKey="Coelho, Fabien" sort="Coelho, Fabien" uniqKey="Coelho F" first="Fabien" last="Coelho">Fabien Coelho</name>
<name sortKey="Germain, Cecile" sort="Germain, Cecile" uniqKey="Germain C" first="Cécile" last="Germain">Cécile Germain</name>
<name sortKey="Germain, Cecile" sort="Germain, Cecile" uniqKey="Germain C" first="Cécile" last="Germain">Cécile Germain</name>
<name sortKey="Pazat, Jean Louis" sort="Pazat, Jean Louis" uniqKey="Pazat J" first="Jean-Louis" last="Pazat">Jean-Louis Pazat</name>
<name sortKey="Pazat, Jean Louis" sort="Pazat, Jean Louis" uniqKey="Pazat J" first="Jean-Louis" last="Pazat">Jean-Louis Pazat</name>
</country>
</tree>
</affiliations>
</record>

Pour manipuler ce document sous Unix (Dilib)

EXPLOR_STEP=$WICRI_ROOT/Ticri/CIDE/explor/OcrV1/Data/Main/Exploration
HfdSelect -h $EXPLOR_STEP/biblio.hfd -nk 002743 | SxmlIndent | more

Ou

HfdSelect -h $EXPLOR_AREA/Data/Main/Exploration/biblio.hfd -nk 002743 | SxmlIndent | more

Pour mettre un lien sur cette page dans le réseau Wicri

{{Explor lien
   |wiki=    Ticri/CIDE
   |area=    OcrV1
   |flux=    Main
   |étape=   Exploration
   |type=    RBID
   |clé=     ISTEX:21CB912CF5110B7A15F17E61DE0D4ACF4CAFFAF6
   |texte=   State of the art in compiling HPF
}}

Wicri

This area was generated with Dilib version V0.6.32.
Data generation: Sat Nov 11 16:53:45 2017. Site generation: Mon Mar 11 23:15:16 2024